GET /File/ReferencedByRecursive/{id}/

Gets the references (upstream reference explosion) to the specified file. This is recursive.
 

Request

Method Request URI
GET /API/File/ReferencedByRecursive/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the entity to check.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

An array of Dundas.BI.WebApi.Models.ProjectData, or a status code indicating the reason for failure.